Search
XmlPersistContext.writeBrushList Method
See Also
 






Writes the specified brushes.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element writeBrushList (
    List<Brush> list,
    String elementName,
    String subElementName,
    Element parentElement
)

 Parameters

list

The list with Brush instances to write.

elementName

The name of the element.

subElementName

The name of the sub-element.

parentElement

The parent element.

 Return Value

The newly created element.

 See Also